home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / larn.arc / TERMCAP < prev   
Text File  |  1987-03-17  |  1KB  |  48 lines

  1. #
  2. #    This is a termcap for the NANSI.SYS device driver.
  3. #    It is the same as the ANSI termcap, except NANSI supports
  4. #    line insert (al) and delete (dl) while ANSI does not.
  5. #
  6. ibmpc-mono:\
  7.     :co#80:\
  8.     :li#24:\
  9.     :ho=\E[H:\
  10.     :cl=\E[;H\E[2J:\
  11.     :bs:\
  12.     :cm=\E[%i%2;%2H:\
  13.     :up=\E[A:\
  14.     :xd=\E[B:\
  15.     :nd=\E[C:\
  16.     :bc=\E[D:\
  17.     :ce=\E[K:\
  18.     :cd=\E[J:\
  19.     :ti=\E[m:\
  20.     :te=\E[m:\
  21.     :so=\E[1m:\
  22.     :se=\E[m:\
  23.     :us=\E[4m:\
  24.     :ue=\E[m:\
  25.     :al=\E[L:\
  26.     :dl=\E[M:
  27. ibmpc-color:\
  28.     :co#80:\
  29.     :li#24:\
  30.     :ho=\E[1;1H:\
  31.     :cl=\E[2J:\
  32.     :bs=\E[1D:\
  33.     :cm=\E[%i%2;%2H:\
  34.     :up=\E[1A:\
  35.     :xd=\E[1B:\
  36.     :nd=\E[1C:\
  37.     :bc=\E[1D:\
  38.     :ce=\E[K:\
  39.     :cd=\E[25M:\
  40.     :ti=\E[0;44;37m:\
  41.     :te=\E[0;44;37m:\
  42.     :so=\E[1;33m:\
  43.     :se=\E[0;44;37m:\
  44.     :us=\E[1;33m:\
  45.     :ue=\E[0;44;37m:\
  46.     :al=\E[1L:\
  47.     :dl=\E[1M:
  48.